summaryrefslogtreecommitdiff
path: root/lisp/view.el
diff options
context:
space:
mode:
authorStephen Berman <stephen.berman@gmx.net>2016-06-06 09:29:17 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-06-06 09:30:22 -0700
commit9d5ccebeba0506f7280662630f0ee85a52c8a327 (patch)
tree2416109c65e45b2f62e6eec7cf124fb0f41fcc12 /lisp/view.el
parent0b33a23ffecdb4ca87806c9fc7568d17c5ca7e98 (diff)
downloademacs-9d5ccebeba0506f7280662630f0ee85a52c8a327.tar.gz
Fix doc string quoting
* lisp/files.el (shell-quote-wildcard-pattern): * lisp/progmodes/vhdl-mode.el (vhdl-mode): * lisp/subr.el (replace-regexp-in-string): * lisp/view.el (view-mode): * src/nsfns.m (syms_of_nsfns): * src/syntax.c (Fbackward_prefix_chars): Fix quoting problems in doc strings (Bug#23696).
Diffstat (limited to 'lisp/view.el')
-rw-r--r--lisp/view.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/view.el b/lisp/view.el
index 830073a0639..ff7d2c9deb1 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -429,7 +429,7 @@ x exchanges point and mark.
Mark ring is pushed at start of every successful search and when
jump to line occurs. The mark is set on jump to buffer start or end.
\\[point-to-register] save current position in character register.
-' go to position saved in character register.
+\\=' go to position saved in character register.
s do forward incremental search.
r do reverse incremental search.
\\[View-search-regexp-forward] searches forward for regular expression, starting after current page.