8 May 2012 16:37
patch for small doc fix
Ikumi Keita <ikumi <at> ikumi.que.jp>
2012-05-08 14:37:27 GMT
2012-05-08 14:37:27 GMT
Dear AUCTeX developpers,
Here is a small patch to make AUCTeX conform to elisp coding
conventions quoted below from emacs lisp reference, with an addition of
the command "textasteriskcentered" to LaTeX default completion
candidates. I hope this helps.
* When you mention a default value in a minibuffer prompt, put it
and the word `default' inside parentheses. It should look like
this:
Enter the answer (default 42):
* Many commands that take a long time to execute display a message
that says something like `Operating...' when they start, and
change it to `Operating...done' when they finish. Please keep the
style of these messages uniform: _no_ space around the ellipsis,
and _no_ period after `done'.
Regards,
Ikumi Keita
--- tex.el-11.86 2010-02-21 00:01:35.000000000 +0900
+++ tex.el 2012-05-05 03:20:35.000000000 +0900
<at> <at> -1816,7 +1816,7 <at> <at>
(let* ((default (TeX-dwim-master))
(name (or (and (eq 'dwim TeX-master) default)
(condition-case nil
- (read-file-name (format "Master file: (default %s) "
+ (read-file-name (format "Master file (default %s): "
(Continue reading)
RSS Feed