diff options
author | Chong Yidong <cyd@gnu.org> | 2012-04-09 21:05:48 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-04-09 21:05:48 +0800 |
commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/textmodes/bibtex.el | |
parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
download | emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz |
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'lisp/textmodes/bibtex.el')
-rw-r--r-- | lisp/textmodes/bibtex.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index a873680a8c8..87a32ad47a9 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -917,7 +917,7 @@ to the directories specified in `bibtex-string-file-path'." :type '(repeat file)) (defvar bibtex-string-file-path (getenv "BIBINPUTS") - "*Colon separated list of paths to search for `bibtex-string-files'.") + "Colon separated list of paths to search for `bibtex-string-files'.") (defcustom bibtex-files nil "List of BibTeX files that are searched for entry keys. @@ -931,7 +931,7 @@ See also `bibtex-search-entry-globally'." directory file))) (defvar bibtex-file-path (getenv "BIBINPUTS") - "*Colon separated list of paths to search for `bibtex-files'.") + "Colon separated list of paths to search for `bibtex-files'.") (defcustom bibtex-search-entry-globally nil "If non-nil, interactive calls of `bibtex-search-entry' search globally. @@ -1614,7 +1614,7 @@ Initialized by `bibtex-set-dialect'.") ,@(mapcar (lambda (matcher) `((lambda (bound) (bibtex-font-lock-cite ',matcher bound)))) bibtex-cite-matcher-alist)) - "*Default expressions to highlight in BibTeX mode.") + "Default expressions to highlight in BibTeX mode.") (defvar bibtex-font-lock-url-regexp ;; Assume that field names begin at the beginning of a line. |