summaryrefslogtreecommitdiff
path: root/lisp/textmodes/text-mode.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-10-09 20:32:36 -0400
committerGlenn Morris <rgm@gnu.org>2013-10-09 20:32:36 -0400
commit9db13baf0c3c16e92861cc98467e6fb0e92c769d (patch)
treef3cc1aac80f8bd1dff09b5d875e1845f0b8c6ead /lisp/textmodes/text-mode.el
parenta066720cb7b634c479ad66b7845663bb9945cd11 (diff)
downloademacs-9db13baf0c3c16e92861cc98467e6fb0e92c769d.tar.gz
* lisp/menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
now that text mode has a menu with the same entry. (menu-bar-text-mode-auto-fill): Remove now unused func. * lisp/textmodes/text-mode.el (text-mode-map): Use auto-fill help text from menu-bar.el.
Diffstat (limited to 'lisp/textmodes/text-mode.el')
-rw-r--r--lisp/textmodes/text-mode.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el
index 8ffa8202e72..a045af8522f 100644
--- a/lisp/textmodes/text-mode.el
+++ b/lisp/textmodes/text-mode.el
@@ -1,7 +1,6 @@
;;; text-mode.el --- text mode, and its idiosyncratic commands
-;; Copyright (C) 1985, 1992, 1994, 2001-2013 Free Software Foundation,
-;; Inc.
+;; Copyright (C) 1985, 1992, 1994, 2001-2013 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: wp
@@ -56,7 +55,7 @@ Use (derived-mode-p 'text-mode) instead.")
(bindings--define-key map [menu-bar text toggle-text-mode-auto-fill]
'(menu-item "Auto Fill" toggle-text-mode-auto-fill
:button (:toggle . (memq 'turn-on-auto-fill text-mode-hook))
- :help "Toggle auto fill within text modes"))
+ :help "Automatically fill text while typing in text modes (Auto Fill mode)"))
(bindings--define-key map [menu-bar text paragraph-indent-minor-mode]
'(menu-item "Paragraph Indent" paragraph-indent-minor-mode
:button (:toggle . (bound-and-true-p paragraph-indent-minor-mode))