]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/markers.texi
(Reading from Files): Document that null bytes force no-conversion when visiting
[gnu-emacs] / doc / lispref / markers.texi
index 38cea0629b48e4b3b3f6e76d4b0725d457851e9e..e636ce97078e9e8e6d4c2cedc6830ace71a27361 100644 (file)
@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001,
-@c   2002, 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+@c   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/markers
 @node Markers, Text, Positions, Top
@@ -656,11 +656,11 @@ translation (@pxref{Key Sequence Input, shift-translation}), and if
 so, sets the mark and temporarily activates the region, unless the
 region is already temporarily activated in this way.  If the command
 was invoked without shift translation, or if the optional argument
-@var{deactivate} is non-nil, the function deactivates the mark.  This
-function is called whenever a command with a @samp{^} character in its
-@code{interactive} spec (@pxref{Interactive Codes, ^}) is invoked
-while @code{shift-select-mode} (@pxref{Shift Selection,,, emacs, The
-GNU Emacs Manual}) is non-@code{nil}.
+@var{deactivate} is non-@code{nil}, the function deactivates the mark.
+This function is called whenever a command with a @samp{^} character
+in its @code{interactive} spec (@pxref{Interactive Codes, ^}) is
+invoked while @code{shift-select-mode} (@pxref{Shift Selection,,,
+emacs, The GNU Emacs Manual}) is non-@code{nil}.
 
 @end defun