]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/markers.texi
Minor quoting etc. fixes to lispref manual
[gnu-emacs] / doc / lispref / markers.texi
index 48ac9f0508563d518ab1eb45fa5b675750ca0d2e..109e9359f2cacebcc3bf905796e916a51dc8bd26 100644 (file)
@@ -287,8 +287,8 @@ This function returns the position that @var{marker} points to, or
 This function returns the buffer that @var{marker} points into, or
 @code{nil} if it points nowhere.
 
-@c FIXME: The `buffer' argument of `set-marker' already defaults to
-@c the current buffer, why use `(current-buffer)' explicitly here?
+@c FIXME: The 'buffer' argument of 'set-marker' already defaults to
+@c the current buffer, why use '(current-buffer)' explicitly here?
 @example
 @group
 (setq m (make-marker))
@@ -712,4 +712,3 @@ A region is valid if it has a non-zero size, or if the user option
 cases, you should not use @code{region-active-p}, since if the region
 is empty it is often more appropriate to operate on point.
 @end defun
-