Mercurial > emacs
changeset 100837:46065363a5a6
* bindings.el (mode-line-eol-desc): Fix typo in help message.
(mode-line-client): Fix typo in help message and docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 02 Jan 2009 17:04:21 +0000 |
parents | d04a06709cea |
children | 5deb9f2f65ae |
files | lisp/ChangeLog lisp/bindings.el |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 02 16:13:27 2009 +0000 +++ b/lisp/ChangeLog Fri Jan 02 17:04:21 2009 +0000 @@ -1,3 +1,8 @@ +2009-01-02 Juanma Barranquero <lekktu@gmail.com> + + * bindings.el (mode-line-eol-desc): Fix typo in help message. + (mode-line-client): Fix typo in help message and docstring. + 2009-01-02 Jason Rumney <jasonr@gnu.org> * term/w32-win.el (image-library-alist): Add gobject library.
--- a/lisp/bindings.el Fri Jan 02 16:13:27 2009 +0000 +++ b/lisp/bindings.el Fri Jan 02 17:04:21 2009 +0000 @@ -155,7 +155,7 @@ mnemonic 'help-echo (format "End-of-line style: %s\nmouse-1 to cycle" (if (eq eol 0) "Unix-style LF" - (if (eq eol 1) "Dos-style CRLF" + (if (eq eol 1) "DOS-style CRLF" (if (eq eol 2) "Mac-style CR" "Undecided")))) 'keymap @@ -170,8 +170,8 @@ (defvar mode-line-client `("" (:propertize ("" (:eval (if (frame-parameter nil 'client) "@" ""))) - help-echo "Emacsclient frame")) - "Mode-line control for identifying Emacsclient frames.") + help-echo "emacsclient frame")) + "Mode-line control for identifying emacsclient frames.") (defvar mode-line-mule-info `(""