]> git.eshelyaron.com Git - emacs.git/commitdiff
Document `isearch-forward-symbol-at-point'.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 22 Dec 2013 05:36:29 +0000 (13:36 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 22 Dec 2013 05:36:29 +0000 (13:36 +0800)
* doc/emacs/search.texi (Symbol Search): Document `isearch-forward-symbol-at-point'.

doc/emacs/ChangeLog
doc/emacs/search.texi
etc/NEWS

index 64b77d9c1dad71306ca907f7e75b32f723f7b8d6..fbc7da4b1c770779c8fd39ce74cecc12c3e936ce 100644 (file)
@@ -1,5 +1,7 @@
 2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
 
+       * 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.
index 13e61b7026486a6115a9b9ed39b63208d85b754e..16eed9b16dcb4c3c6917ee66bdce1c2a49de38fe 100644 (file)
@@ -506,6 +506,9 @@ searching source code.
 If incremental search is active, toggle symbol search mode
 (@code{isearch-toggle-symbol}); otherwise, begin an incremental
 forward symbol search (@code{isearch-forward-symbol}).
+@item 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 @@ Search backward for @var{symbol}, nonincrementally.
 @end table
 
 @kindex M-s _
+@kindex 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
+@findex isearch-forward-symbol-at-point
+  To begin a forward incremental symbol search, type @kbd{M-s _} (or
+@kbd{M-s .} 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
index c73c2cc194681a4ed17034395174ee59cf202639..c52e596e56ef77cbc2c4adebf29d2f77982ba6b5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -612,6 +612,7 @@ rather than mboxo.  Customize `unrmail-mbox-format' to change this.
 
 ** 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.