diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-18 23:39:01 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-18 23:42:24 +0200 |
commit | a602d548dfaa1dcd44c3af017ccbbcd3586ca023 (patch) | |
tree | 1ee9592337ddca2d373d1f95230203d15e702f0c /lisp/emulation/viper-util.el | |
parent | dd3f6b13f673433e590c55b24232cf0a7e70de6e (diff) | |
download | emacs-a602d548dfaa1dcd44c3af017ccbbcd3586ca023.tar.gz emacs-a602d548dfaa1dcd44c3af017ccbbcd3586ca023.tar.bz2 emacs-a602d548dfaa1dcd44c3af017ccbbcd3586ca023.zip |
; Stylistic docfixes in emulation/*.el found by checkdoc
Diffstat (limited to 'lisp/emulation/viper-util.el')
-rw-r--r-- | lisp/emulation/viper-util.el | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 8ff1cf91c05..b92f60d6a5e 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el @@ -1091,14 +1091,11 @@ In addition, the symbol `_' may be considered alphanumeric if `viper-syntax-preference' is `strict-vi' or `reformed-vi'.") (defconst viper-strict-ALPHA-chars "a-zA-Z0-9_" - "Regexp matching the set of alphanumeric characters acceptable to strict -Vi.") + "Regexp matching the set of alphanumeric characters acceptable to strict Vi.") (defconst viper-strict-SEP-chars " \t\n" - "Regexp matching the set of alphanumeric characters acceptable to strict -Vi.") + "Regexp matching the set of alphanumeric characters acceptable to strict Vi.") (defconst viper-strict-SEP-chars-sans-newline " \t" - "Regexp matching the set of alphanumeric characters acceptable to strict -Vi.") + "Regexp matching the set of alphanumeric characters acceptable to strict Vi.") (defconst viper-SEP-char-class " -" "String of syntax classes for Vi separators. |