emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 c9c9756: Don't use obsolete variable 'save-place'


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 c9c9756: Don't use obsolete variable 'save-place' in documentation
Date: Sat, 22 Sep 2018 03:56:07 -0400 (EDT)

branch: emacs-26
commit c9c9756d21d19da8b7c265c1e9d6766e42ccfbfe
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Don't use obsolete variable 'save-place' in documentation
    
    * 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 | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index b3528b1..1cc7cb6 100644
--- a/doc/lispref/customize.texi
+++ b/doc/lispref/customize.texi
@@ -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.
address@hidden Keywords}.  Here is an example, from the library
address@hidden:
address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]