diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-08 11:16:10 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-08 11:16:10 -0800 |
commit | 136b74c53a66ae5607e0604246dc127718d3c5e6 (patch) | |
tree | ce2e77dfa265dabe346dcdb38a8e3adc12b599aa /doc/emacs/programs.texi | |
parent | a129f1df5ddf94299dae724856b73e5d0b2c9095 (diff) | |
download | emacs-136b74c53a66ae5607e0604246dc127718d3c5e6.tar.gz emacs-136b74c53a66ae5607e0604246dc127718d3c5e6.tar.bz2 emacs-136b74c53a66ae5607e0604246dc127718d3c5e6.zip |
Spelling fixes.
* lisp/language/china-util.el (hz-ascii-designation):
Rename from hz-ascii-designnation.
(hz-ascii-designation): Rename from hz-ascii-designnation.
All uses changed.
* lisp/cedet/semantic/decorate/include.el (semantic-decoration-mouse-3):
Rename from semantic-decoratiton-mouse-3. All uses changed.
* lisp/org/org-irc.el (org-irc-ellipsify-description): Rename from
org-irc-elipsify-description. All uses changed.
Diffstat (limited to 'doc/emacs/programs.texi')
-rw-r--r-- | doc/emacs/programs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 256218e42c7..f38edd4fe73 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -1220,7 +1220,7 @@ variables that you want to use. @xref{Name Help}. @cindex Eldoc mode @findex eldoc-mode Eldoc is a buffer-local minor mode that helps with looking up Lisp -documention. When it is enabled, the echo area displays some useful +documentation. When it is enabled, the echo area displays some useful information whenever there is a Lisp function or variable at point; for a function, it shows the argument list, and for a variable it shows the first line of the variable's documentation string. To |