aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cperl-mode.el2
-rw-r--r--lisp/progmodes/etags.el6
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index 48df73a678f..ad3b777977c 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -613,7 +613,7 @@ One should tune up `cperl-close-paren-offset' as well."
613(defcustom cperl-syntaxify-by-font-lock 613(defcustom cperl-syntaxify-by-font-lock
614 (and cperl-can-font-lock 614 (and cperl-can-font-lock
615 (boundp 'parse-sexp-lookup-properties)) 615 (boundp 'parse-sexp-lookup-properties))
616 "*Non-nil means that CPerl uses `font-lock's routines for syntaxification." 616 "*Non-nil means that CPerl uses the `font-lock' routines for syntaxification."
617 :type '(choice (const message) boolean) 617 :type '(choice (const message) boolean)
618 :group 'cperl-speed) 618 :group 'cperl-speed)
619 619
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 8abf298bb76..385adf1af0a 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -1860,7 +1860,11 @@ nil, we exit; otherwise we scan the next file."
1860Stops when a match is found. 1860Stops when a match is found.
1861To continue searching for next match, use command \\[tags-loop-continue]. 1861To continue searching for next match, use command \\[tags-loop-continue].
1862 1862
1863See documentation of variable `tags-file-name'." 1863If `file-list-form' is non-nil, it should be a form that, when
1864evaluated, will return a list of file names. The search will be
1865restricted to these files.
1866
1867Aleso see the documentation of the `tags-file-name' variable."
1864 (interactive "sTags search (regexp): ") 1868 (interactive "sTags search (regexp): ")
1865 (if (and (equal regexp "") 1869 (if (and (equal regexp "")
1866 (eq (car tags-loop-scan) 're-search-forward) 1870 (eq (car tags-loop-scan) 're-search-forward)