diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-11-04 17:11:06 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-11-04 17:11:06 +0000 |
commit | 49275d5528990dbe296db4776916687cdf9e1c92 (patch) | |
tree | 1019c41f2c6e4f12c01c3cd4896ea10d45db4e35 /lisp/textmodes/reftex.el | |
parent | 53785457b08f3f457375d9e51442757ffaa3392c (diff) | |
download | emacs-49275d5528990dbe296db4776916687cdf9e1c92.tar.gz |
* international/mule-cmds.el (toggle-enable-multibyte-characters)
(define-char-code-property):
* textmodes/reftex.el (reftex-index):
* textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
Diffstat (limited to 'lisp/textmodes/reftex.el')
-rw-r--r-- | lisp/textmodes/reftex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index c391b55d109..b786d46bb26 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el @@ -431,7 +431,7 @@ ;;; Index support (autoload 'reftex-index "reftex-index" - "Query for an index macro and insert it along with its argments." t) + "Query for an index macro and insert it along with its arguments." t) (autoload 'reftex-index-selection-or-word "reftex-index" "Put selection or the word near point into the default index macro." t) (autoload 'reftex-index-phrase-selection-or-word "reftex-index" |