aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorPaul Eggert2016-12-07 11:29:54 -0800
committerPaul Eggert2016-12-07 11:31:16 -0800
commiteeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (patch)
treed1233bba4917ba56b357746e1f0ad921b6174724 /lisp/emulation
parentda71c89ba39f500f4c65d986863512f293934401 (diff)
downloademacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.tar.gz
emacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.zip
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.
1332`reformed-vi' means Viper words are like Emacs words \(as determined using 1332`reformed-vi' means Viper words are like Emacs words \(as determined using
1333Emacs syntax tables, which are different for different major modes) with two 1333Emacs syntax tables, which are different for different major modes) with two
1334exceptions: the symbol `_' is always part of a word and typical Vi non-word 1334exceptions: the symbol `_' is always part of a word and typical Vi non-word
1335symbols, such as `,',:,\",),{, etc., are excluded. 1335symbols like `\\=`', `\\='', `:', `\"', `)', and `{' are excluded.
1336This behaves very close to `strict-vi', but also works well with non-ASCII 1336This behaves very close to `strict-vi', but also works well with non-ASCII
1337characters from various alphabets. 1337characters from various alphabets.
1338 1338