diff options
| author | Paul Eggert | 2016-12-07 11:29:54 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-12-07 11:31:16 -0800 |
| commit | eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (patch) | |
| tree | d1233bba4917ba56b357746e1f0ad921b6174724 /lisp/emulation | |
| parent | da71c89ba39f500f4c65d986863512f293934401 (diff) | |
| download | emacs-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.el | 2 |
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 |
| 1333 | Emacs syntax tables, which are different for different major modes) with two | 1333 | Emacs syntax tables, which are different for different major modes) with two |
| 1334 | exceptions: the symbol `_' is always part of a word and typical Vi non-word | 1334 | exceptions: the symbol `_' is always part of a word and typical Vi non-word |
| 1335 | symbols, such as `,',:,\",),{, etc., are excluded. | 1335 | symbols like `\\=`', `\\='', `:', `\"', `)', and `{' are excluded. |
| 1336 | This behaves very close to `strict-vi', but also works well with non-ASCII | 1336 | This behaves very close to `strict-vi', but also works well with non-ASCII |
| 1337 | characters from various alphabets. | 1337 | characters from various alphabets. |
| 1338 | 1338 | ||