summaryrefslogtreecommitdiff
path: root/lisp/textmodes/reftex.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-13 06:04:32 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-13 06:44:52 +0200
commitf02624b34201aae3d69287e5ae86d466e5c4a6b3 (patch)
treeaef0b6763b5052cf43157f7af484085758cefb58 /lisp/textmodes/reftex.el
parent2110973351f01fb5cdf90b705acb58354b608050 (diff)
downloademacs-f02624b34201aae3d69287e5ae86d466e5c4a6b3.tar.gz
emacs-f02624b34201aae3d69287e5ae86d466e5c4a6b3.tar.bz2
emacs-f02624b34201aae3d69287e5ae86d466e5c4a6b3.zip
; Minor doc fixes found by checkdoc
Diffstat (limited to 'lisp/textmodes/reftex.el')
-rw-r--r--lisp/textmodes/reftex.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index 1cb2cf40c3b..1278e4c403c 100644
--- a/lisp/textmodes/reftex.el
+++ b/lisp/textmodes/reftex.el
@@ -1,4 +1,5 @@
;;; reftex.el --- minor mode for doing \label, \ref, \cite, \index in LaTeX -*- lexical-binding: t; -*-
+
;; Copyright (C) 1997-2000, 2003-2021 Free Software Foundation, Inc.
;; Author: Carsten Dominik <dominik@science.uva.nl>
@@ -1930,7 +1931,7 @@ When DIE is non-nil, throw an error if file not found."
(defun reftex-convert-string (string split-re invalid-re dot keep-fp
nwords maxchar invalid abbrev sep
ignore-words &optional downcase)
- "Convert a string (a sentence) to something shorter.
+ "Convert STRING (a sentence) to something shorter.
SPLIT-RE is the regular expression used to split the string into words.
INVALID-RE matches characters which are invalid in the final string.
DOT t means add dots to abbreviated words.