aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-01-02 17:04:21 +0000
committerJuanma Barranquero2009-01-02 17:04:21 +0000
commit44d15ae01dfbae7b6e79493cfdf973cac98b0c48 (patch)
tree1e5df620476dc1d3fd5895108aaa389903f22cdc
parent3d691666091a878e0e4a563c5f14ec60481a737a (diff)
downloademacs-44d15ae01dfbae7b6e79493cfdf973cac98b0c48.tar.gz
emacs-44d15ae01dfbae7b6e79493cfdf973cac98b0c48.zip
* bindings.el (mode-line-eol-desc): Fix typo in help message.
(mode-line-client): Fix typo in help message and docstring.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/bindings.el6
2 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 488da112eae..adb402c2912 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12009-01-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * bindings.el (mode-line-eol-desc): Fix typo in help message.
4 (mode-line-client): Fix typo in help message and docstring.
5
12009-01-02 Jason Rumney <jasonr@gnu.org> 62009-01-02 Jason Rumney <jasonr@gnu.org>
2 7
3 * term/w32-win.el (image-library-alist): Add gobject library. 8 * term/w32-win.el (image-library-alist): Add gobject library.
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."
155 mnemonic 155 mnemonic
156 'help-echo (format "End-of-line style: %s\nmouse-1 to cycle" 156 'help-echo (format "End-of-line style: %s\nmouse-1 to cycle"
157 (if (eq eol 0) "Unix-style LF" 157 (if (eq eol 0) "Unix-style LF"
158 (if (eq eol 1) "Dos-style CRLF" 158 (if (eq eol 1) "DOS-style CRLF"
159 (if (eq eol 2) "Mac-style CR" 159 (if (eq eol 2) "Mac-style CR"
160 "Undecided")))) 160 "Undecided"))))
161 'keymap 161 'keymap
@@ -170,8 +170,8 @@ corresponding to the mode line clicked."
170(defvar mode-line-client 170(defvar mode-line-client
171 `("" 171 `(""
172 (:propertize ("" (:eval (if (frame-parameter nil 'client) "@" ""))) 172 (:propertize ("" (:eval (if (frame-parameter nil 'client) "@" "")))
173 help-echo "Emacsclient frame")) 173 help-echo "emacsclient frame"))
174 "Mode-line control for identifying Emacsclient frames.") 174 "Mode-line control for identifying emacsclient frames.")
175 175
176(defvar mode-line-mule-info 176(defvar mode-line-mule-info
177 `("" 177 `(""