diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-12-20 22:07:48 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-12-20 22:08:42 +0100 |
commit | f244c2190259875d095be8508a959a61339263b8 (patch) | |
tree | 4e32bd399f4abe168bf3f18086cd36acfbca3df8 /lisp/emacs-lisp/find-func.el | |
parent | 72c1a41573a96a39482a001bfeb3230c471a5681 (diff) | |
parent | 1a7033f1f3de4ad8c1bfd68b54e6c9d8444a3bcc (diff) | |
download | emacs-f244c2190259875d095be8508a959a61339263b8.tar.gz emacs-f244c2190259875d095be8508a959a61339263b8.tar.bz2 emacs-f244c2190259875d095be8508a959a61339263b8.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp/find-func.el')
-rw-r--r-- | lisp/emacs-lisp/find-func.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index 4417082971f..cf927729b6c 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el @@ -103,7 +103,7 @@ Please send improvements and fixes to the maintainer." (defcustom find-feature-regexp (concat ";;; Code:") - "The regexp used by `xref-find-definitions' when searching for a feature definition. + "Regexp used by `xref-find-definitions' when searching for a feature definition. Note it may contain up to one `%s' at the place where `format' should insert the feature name." ;; We search for ";;; Code" rather than (feature '%s) because the |