unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Minor minor mode/options menu differences
@ 2002-04-09 13:29 Marshall, Simon
  0 siblings, 0 replies; only message in thread
From: Marshall, Simon @ 2002-04-09 13:29 UTC (permalink / raw)


Some time ago, the Options entries got
reworded/recaptialised/rehyphenated to be consistent with each other.
This patch does that for the Minor Mode menu.

diff -c /rvcarma/marshals/ftp/emacs-pretest/lisp/bindings.el.\~2\~
/rvcarma/marshals/ftp/emacs-pretest/lisp/bindings.el
*** /rvcarma/marshals/ftp/emacs-pretest/lisp/bindings.el.~2~	Mon Mar
18 09:49:32 2002
--- /rvcarma/marshals/ftp/emacs-pretest/lisp/bindings.el	Tue Apr
9 14:30:23 2002
***************
*** 331,337 ****
    `(menu-item ,(purecopy "Hide ifdef") hide-ifdef-mode
  	      :button (:toggle . (bound-and-true-p hide-ifdef-mode))))
  (define-key mode-line-mode-menu [font-lock-mode]
!   `(menu-item ,(purecopy "Font-lock") font-lock-mode
  	      :button (:toggle . font-lock-mode)))
  (define-key mode-line-mode-menu [flyspell-mode]
    `(menu-item ,(purecopy "Flyspell") flyspell-mode
--- 331,337 ----
    `(menu-item ,(purecopy "Hide ifdef") hide-ifdef-mode
  	      :button (:toggle . (bound-and-true-p hide-ifdef-mode))))
  (define-key mode-line-mode-menu [font-lock-mode]
!   `(menu-item ,(purecopy "Font Lock") font-lock-mode
  	      :button (:toggle . font-lock-mode)))
  (define-key mode-line-mode-menu [flyspell-mode]
    `(menu-item ,(purecopy "Flyspell") flyspell-mode
***************
*** 340,346 ****
    `(menu-item ,(purecopy "Column number") column-number-mode
  	      :button (:toggle . column-number-mode)))
  (define-key mode-line-mode-menu [auto-fill-mode]
!   `(menu-item ,(purecopy "Auto-fill") auto-fill-mode
  	      :button (:toggle . auto-fill-function)))
  (define-key mode-line-mode-menu [auto-revert-mode]
    `(menu-item ,(purecopy "Auto revert") auto-revert-mode
--- 340,346 ----
    `(menu-item ,(purecopy "Column number") column-number-mode
  	      :button (:toggle . column-number-mode)))
  (define-key mode-line-mode-menu [auto-fill-mode]
!   `(menu-item ,(purecopy "Auto Fill") auto-fill-mode
  	      :button (:toggle . auto-fill-function)))
  (define-key mode-line-mode-menu [auto-revert-mode]
    `(menu-item ,(purecopy "Auto revert") auto-revert-mode

Diff finished at Tue Apr  9 14:30:53

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-04-09 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-09 13:29 Minor minor mode/options menu differences Marshall, Simon

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).