emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs-diffs Digest, Vol 67, Issue 36


From: Eli Zaretskii
Subject: Re: Emacs-diffs Digest, Vol 67, Issue 36
Date: Sat, 07 Jun 2008 11:30:17 +0300

> Date: Fri, 06 Jun 2008 18:53:22 -0400
> From: address@hidden
> 
> CVSROOT:      /sources/emacs
> Module name:  emacs
> Changes by:   Chong Yidong <cyd>      08/06/06 21:28:20
> 
> Index: menu-bar.el
> ===================================================================
> RCS file: /sources/emacs/emacs/lisp/menu-bar.el,v
> retrieving revision 1.333
> retrieving revision 1.334
> diff -u -b -r1.333 -r1.334
> --- menu-bar.el       17 May 2008 14:33:48 -0000      1.333
> +++ menu-bar.el       6 Jun 2008 21:28:20 -0000       1.334
> @@ -1016,7 +1016,7 @@
>    (menu-bar-make-toggle toggle-case-fold-search case-fold-search
>           "Case-Insensitive Search"
>           "Case-Insensitive Search %s"
> -         "Globally ignore letter-case in search"))
> +         "Ignore letter-case in search commands"))
>  
>  (defun menu-bar-text-mode-auto-fill ()
>    (interactive)
> @@ -1027,16 +1027,24 @@
>    (customize-mark-as-set 'text-mode-hook))
>  
>  (define-key menu-bar-options-menu [auto-fill-mode]
> -  '(menu-item "Word Wrap in Text Modes"
> +  '(menu-item "Auto Fill in Text Modes"

I think this change is for the worse.  "Auto Fill" is a term not
known by newbies, while "Word Wrap" is.  I understand that you wanted
a different entry for longlines, but if we want to keep both of these
on the menu, we need to resolve this problem without harming auto-fill.

> -           :help "Automatically fill text between left and right margins 
> (Auto Fill)"
> +           :help "Automatically fill text while typing (Auto Fill Mode)"

This change I don't understand at all.  Are you saying that "between
left and right margins" was incorrect?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]