diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-01-02 17:04:21 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-01-02 17:04:21 +0000 |
commit | 44d15ae01dfbae7b6e79493cfdf973cac98b0c48 (patch) | |
tree | 1e5df620476dc1d3fd5895108aaa389903f22cdc /lisp/bindings.el | |
parent | 3d691666091a878e0e4a563c5f14ec60481a737a (diff) | |
download | emacs-44d15ae01dfbae7b6e79493cfdf973cac98b0c48.tar.gz emacs-44d15ae01dfbae7b6e79493cfdf973cac98b0c48.tar.bz2 emacs-44d15ae01dfbae7b6e79493cfdf973cac98b0c48.zip |
* bindings.el (mode-line-eol-desc): Fix typo in help message.
(mode-line-client): Fix typo in help message and docstring.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 245050dab71..835d3e6f583 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -155,7 +155,7 @@ corresponding to the mode line clicked." 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 @@ corresponding to the mode line clicked." (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 `("" |