summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-12-07 12:43:16 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-07 12:43:16 -0800
commitf15f6b53078ac2176f8d2c05d99d3d9b4d32986b (patch)
tree046e4b81c0220bc1048b0ece01caee896629670d /lisp/emulation
parentfe6131b72468a71b1bae3bbafcb408a24a460a13 (diff)
parenteeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (diff)
downloademacs-f15f6b53078ac2176f8d2c05d99d3d9b4d32986b.tar.gz
Merge from origin/emacs-25
eeecac7 Fix minor quoting problems in doc strings
Diffstat (limited to 'lisp/emulation')
-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.