diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-13 06:04:32 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-13 06:44:52 +0200 |
commit | f02624b34201aae3d69287e5ae86d466e5c4a6b3 (patch) | |
tree | aef0b6763b5052cf43157f7af484085758cefb58 /lisp/textmodes/reftex.el | |
parent | 2110973351f01fb5cdf90b705acb58354b608050 (diff) | |
download | emacs-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.el | 3 |
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. |