diff options
| author | Paul Eggert | 2011-07-13 23:41:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-13 23:41:47 -0700 |
| commit | cf950e6bbdeec3f6aab3e119f26f9cd5d962ac2e (patch) | |
| tree | 1bdb0fd052770b8c3b0c6ea83fb7c6a9bfdd5b85 /lisp/progmodes | |
| parent | ca4aa9359160557f8103639fc3c0ccb16c6ba8d2 (diff) | |
| parent | 27fa387ad10e6a5639de1ab08e7559c06e9d802d (diff) | |
| download | emacs-cf950e6bbdeec3f6aab3e119f26f9cd5d962ac2e.tar.gz emacs-cf950e6bbdeec3f6aab3e119f26f9cd5d962ac2e.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/etags.el | 6 |
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." | |||
| 1860 | Stops when a match is found. | 1860 | Stops when a match is found. |
| 1861 | To continue searching for next match, use command \\[tags-loop-continue]. | 1861 | To continue searching for next match, use command \\[tags-loop-continue]. |
| 1862 | 1862 | ||
| 1863 | See documentation of variable `tags-file-name'." | 1863 | If `file-list-form' is non-nil, it should be a form that, when |
| 1864 | evaluated, will return a list of file names. The search will be | ||
| 1865 | restricted to these files. | ||
| 1866 | |||
| 1867 | Aleso 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) |