diff lisp/progmodes/etags.el @ 110561:93141d34a175

Fix typos. * lisp/finder.el (finder-unknown-keywords): * lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count): * lisp/progmodes/etags.el (tags-table-including): Fix typos in docstrings. * lisp/cedet/semantic/lex.el (semantic-ignore-comments): Doc fix. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in error message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/org/org-agenda.el (org-agenda-hide-tags-regexp): * lisp/org/org.el (org-refile-targets): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 25 Sep 2010 14:04:35 +0200
parents de5d6a3f1493
children 5fabe7db5188
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Sat Sep 25 07:55:30 2010 -0400
+++ b/lisp/progmodes/etags.el	Sat Sep 25 14:04:35 2010 +0200
@@ -472,7 +472,7 @@
 Looks for a tags table that has such tags or that includes a table
 that has them.  Returns the name of the first such table.
 Non-nil CORE-ONLY means check only tags tables that are already in
-buffers.  Nil CORE-ONLY is ignored."
+buffers.  If CORE-ONLY is nil, it is ignored."
   (let ((tables tags-table-computed-list)
 	(found nil))
     ;; Loop over the list, looking for a table containing tags for THIS-FILE.