]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't use obsolete variable 'save-place' in documentation
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Sep 2018 07:54:58 +0000 (10:54 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Sep 2018 07:54:58 +0000 (10:54 +0300)
* doc/lispref/customize.texi (Variable Definitions): Replace
example of saveplace defcustom with a fictitious one, which
will not bit-rot with time.  (Bug#32741)

doc/lispref/customize.texi

index b3528b12d57548f4b8afefd94451d53933178c39..1cc7cb65b5f33feaecd0494ff1c4cf2e7befecde 100644 (file)
@@ -449,15 +449,14 @@ those other variables already have their intended values.
   It is useful to specify the @code{:require} keyword for an option
 that turns on a certain feature.  This causes Emacs to load the
 feature, if it is not already loaded, whenever the option is set.
-@xref{Common Keywords}.  Here is an example, from the library
-@file{saveplace.el}:
+@xref{Common Keywords}.  Here is an example:
 
 @example
-(defcustom save-place nil
-  "Non-nil means automatically save place in each file..."
+(defcustom frobnicate-automatically nil
+  "Non-nil means automatically frobnicate all buffers."
   :type 'boolean
-  :require 'saveplace
-  :group 'save-place)
+  :require 'frobnicate-mode
+  :group 'frobnicate)
 @end example
 
 If a customization item has a type such as @code{hook} or