aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/bibtex.el
diff options
context:
space:
mode:
authorChong Yidong2012-04-09 21:05:48 +0800
committerChong Yidong2012-04-09 21:05:48 +0800
commitfb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch)
treeeba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/textmodes/bibtex.el
parenta18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff)
downloademacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz
emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'lisp/textmodes/bibtex.el')
-rw-r--r--lisp/textmodes/bibtex.el6
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'."
917 :type '(repeat file)) 917 :type '(repeat file))
918 918
919(defvar bibtex-string-file-path (getenv "BIBINPUTS") 919(defvar bibtex-string-file-path (getenv "BIBINPUTS")
920 "*Colon separated list of paths to search for `bibtex-string-files'.") 920 "Colon separated list of paths to search for `bibtex-string-files'.")
921 921
922(defcustom bibtex-files nil 922(defcustom bibtex-files nil
923 "List of BibTeX files that are searched for entry keys. 923 "List of BibTeX files that are searched for entry keys.
@@ -931,7 +931,7 @@ See also `bibtex-search-entry-globally'."
931 directory file))) 931 directory file)))
932 932
933(defvar bibtex-file-path (getenv "BIBINPUTS") 933(defvar bibtex-file-path (getenv "BIBINPUTS")
934 "*Colon separated list of paths to search for `bibtex-files'.") 934 "Colon separated list of paths to search for `bibtex-files'.")
935 935
936(defcustom bibtex-search-entry-globally nil 936(defcustom bibtex-search-entry-globally nil
937 "If non-nil, interactive calls of `bibtex-search-entry' search globally. 937 "If non-nil, interactive calls of `bibtex-search-entry' search globally.
@@ -1614,7 +1614,7 @@ Initialized by `bibtex-set-dialect'.")
1614 ,@(mapcar (lambda (matcher) 1614 ,@(mapcar (lambda (matcher)
1615 `((lambda (bound) (bibtex-font-lock-cite ',matcher bound)))) 1615 `((lambda (bound) (bibtex-font-lock-cite ',matcher bound))))
1616 bibtex-cite-matcher-alist)) 1616 bibtex-cite-matcher-alist))
1617 "*Default expressions to highlight in BibTeX mode.") 1617 "Default expressions to highlight in BibTeX mode.")
1618 1618
1619(defvar bibtex-font-lock-url-regexp 1619(defvar bibtex-font-lock-url-regexp
1620 ;; Assume that field names begin at the beginning of a line. 1620 ;; Assume that field names begin at the beginning of a line.