emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115683: Document `isearch-forward-symbol-at-point'.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115683: Document `isearch-forward-symbol-at-point'.
Date: Sun, 22 Dec 2013 05:36:37 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115683
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-22 13:36:29 +0800
message:
  Document `isearch-forward-symbol-at-point'.
  
  * doc/emacs/search.texi (Symbol Search): Document 
`isearch-forward-symbol-at-point'.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/search.texi          
search.texi-20091113204419-o5vbwnq5f7feedwu-6276
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-12-22 05:20:03 +0000
+++ b/doc/emacs/ChangeLog       2013-12-22 05:36:29 +0000
@@ -1,5 +1,7 @@
 2013-12-22  Xue Fuqiao  <address@hidden>
 
+       * search.texi (Symbol Search): Document 
`isearch-forward-symbol-at-point'.
+
        * files.texi (File Conveniences): Document `image-next-file' and 
`image-previous-file'.
 
        * display.texi (Optional Mode Line): Fix an index.

=== modified file 'doc/emacs/search.texi'
--- a/doc/emacs/search.texi     2013-10-23 17:20:09 +0000
+++ b/doc/emacs/search.texi     2013-12-22 05:36:29 +0000
@@ -506,6 +506,9 @@
 If incremental search is active, toggle symbol search mode
 (@code{isearch-toggle-symbol}); otherwise, begin an incremental
 forward symbol search (@code{isearch-forward-symbol}).
address@hidden M-s .
+Start a symbol incremental search forward with the symbol found near
+point added to the search string initially.
 @item M-s _ @key{RET} @var{symbol} @key{RET}
 Search forward for @var{symbol}, nonincrementally.
 @item M-s _ C-r @key{RET} @var{symbol} @key{RET}
@@ -513,9 +516,12 @@
 @end table
 
 @kindex M-s _
address@hidden M-s .
 @findex isearch-forward-symbol
-  To begin a forward incremental symbol search, type @kbd{M-s _}.  If
-incremental search is not already active, this runs the command
address@hidden isearch-forward-symbol-at-point
+  To begin a forward incremental symbol search, type @kbd{M-s _} (or
address@hidden .} if the symbol to search is near point).  If incremental
+search is not already active, this runs the command
 @code{isearch-forward-symbol}.  If incremental search is already
 active, @kbd{M-s _} switches to a symbol search, preserving the
 direction of the search and the current search string; you can disable

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-12-22 05:20:03 +0000
+++ b/etc/NEWS  2013-12-22 05:36:29 +0000
@@ -612,6 +612,7 @@
 
 ** Search and Replace
 
++++
 *** New global command `M-s .' (`isearch-forward-symbol-at-point')
 starts a symbol (identifier) incremental search forward with the
 symbol found near point added to the search string initially.


reply via email to

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