changeset 1555:695c6eb2ff31

* etags.el (find-tag-noselect): Doc fix.
author Jim Blandy <jimb@redhat.com>
date Sat, 07 Nov 1992 06:12:42 +0000
parents 5af75a1a9a24
children fce86d06a758
files lisp/progmodes/etags.el
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Sat Nov 07 06:12:11 1992 +0000
+++ b/lisp/progmodes/etags.el	Sat Nov 07 06:12:42 1992 +0000
@@ -513,7 +513,7 @@
 ;;;###autoload
 (defun find-tag-noselect (tagname &optional next-p regexp-p)
   "Find tag (in current tags table) whose name contains TAGNAME.
-Returns the buffer containing the tag's definition moves its point there,
+Returns the buffer containing the tag's definition and moves its point there,
 but does not select the buffer.
 The default for TAGNAME is the expression in the buffer near point.
 
@@ -637,9 +637,12 @@
 ;; specified source file and return.  Qualified matches are remembered to
 ;; avoid repetition.  State is saved so that the loop can be continued.
 
-(defun find-tag-in-order (pattern search-forward-func order
-				  next-line-after-failure-p matching
-				  first-search)
+(defun find-tag-in-order (pattern
+			  search-forward-func
+			  order
+			  next-line-after-failure-p
+			  matching
+			  first-search)
   (let (file				;name of file containing tag
 	tag-info			;where to find the tag in FILE
 	tags-table-file			;name of tags file