summaryrefslogtreecommitdiff
path: root/lisp/emulation/viper-util.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-12-07 11:29:54 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-07 11:31:16 -0800
commiteeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (patch)
treed1233bba4917ba56b357746e1f0ad921b6174724 /lisp/emulation/viper-util.el
parentda71c89ba39f500f4c65d986863512f293934401 (diff)
downloademacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.tar.gz
emacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.tar.bz2
emacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.zip
Fix minor quoting problems in doc strings
Diffstat (limited to 'lisp/emulation/viper-util.el')
-rw-r--r--lisp/emulation/viper-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el
index 1254923669f..68500365dc0 100644
--- a/lisp/emulation/viper-util.el
+++ b/lisp/emulation/viper-util.el
@@ -1332,7 +1332,7 @@ Works best when set in the hooks to various major modes.
`reformed-vi' means Viper words are like Emacs words \(as determined using
Emacs syntax tables, which are different for different major modes) with two
exceptions: the symbol `_' is always part of a word and typical Vi non-word
-symbols, such as `,',:,\",),{, etc., are excluded.
+symbols like `\\=`', `\\='', `:', `\"', `)', and `{' are excluded.
This behaves very close to `strict-vi', but also works well with non-ASCII
characters from various alphabets.