emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116337: * search.texi (Search Case) doc tweak


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116337: * search.texi (Search Case) doc tweak
Date: Sat, 08 Feb 2014 06:52:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116337
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14726
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 22:51:42 -0800
message:
  * search.texi (Search Case) doc tweak
  
  * search.texi (Search Case): Rearrange text slightly to make it
  obvious that `M-c' also toggles sensitivity if `case-fold-search'
  is nil.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/search.texi          
search.texi-20091113204419-o5vbwnq5f7feedwu-6276
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-02-08 02:41:20 +0000
+++ b/doc/emacs/ChangeLog       2014-02-08 06:51:42 +0000
@@ -1,5 +1,9 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
+       * search.texi (Search Case): Rearrange text slightly to make it
+       obvious that `M-c' also toggles sensitivity if `case-fold-search'
+       is nil (bug#14726).
+
        * frames.texi (Mouse Commands): Clarify `mouse-yank-at-click'
        (bug#16376).
 

=== modified file 'doc/emacs/search.texi'
--- a/doc/emacs/search.texi     2014-01-07 04:36:52 +0000
+++ b/doc/emacs/search.texi     2014-02-08 06:51:42 +0000
@@ -1038,12 +1038,6 @@
 well as to string search.  The effect ceases if you delete the
 upper-case letter from the search string.
 
-  Typing @kbd{M-c} within an incremental search toggles the case
-sensitivity of that search.  The effect does not extend beyond the
-current incremental search to the next one, but it does override the
-effect of adding or removing an upper-case letter in the current
-search.
-
 @vindex case-fold-search
   If you set the variable @code{case-fold-search} to @code{nil}, then
 all letters must match exactly, including case.  This is a per-buffer
@@ -1053,6 +1047,12 @@
 performed by the replace commands (@pxref{Replace}) and the minibuffer
 history matching commands (@pxref{Minibuffer History}).
 
+  Typing @kbd{M-c} within an incremental search toggles the case
+sensitivity of that search.  The effect does not extend beyond the
+current incremental search to the next one, but it does override the
+effect of adding or removing an upper-case letter in the current
+search.
+
   Several related variables control case-sensitivity of searching and
 matching for specific commands or activities.  For instance,
 @code{tags-case-fold-search} controls case sensitivity for


reply via email to

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