branch: elpa/hyperdrive
commit 554648a7f8c024e18346a5e9f244cf8314472d81
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Docs: Remove suggestion to reset persist variables
    
    We originally added this suggestion when the two persisted variables
    were still changing rapidly.  It seems unlikely now that bad persist
    variables are the root of user issues, and we don't want users to
    delete their data for no reason.  Also, if there is an issue with the
    persist variables, we'd prefer for users keep the invalid data so they
    can pass it along to the maintainers for diagnosis.
---
 doc/hyperdrive.org  | 13 -------------
 doc/hyperdrive.texi | 16 ----------------
 2 files changed, 29 deletions(-)

diff --git a/doc/hyperdrive.org b/doc/hyperdrive.org
index 06419a74f3..320fe36026 100644
--- a/doc/hyperdrive.org
+++ b/doc/hyperdrive.org
@@ -1259,19 +1259,6 @@ to the relevant section in the ~hyperdrive.el~ manual.
 Please ensure that you have the expected version of the gateway by
 running ~M-x hyperdrive-install~.
 
-** Reset bad persist variables
-
-It is possible that the persisted values of ~hyperdrive-hyperdrives~
-and/or ~hyperdrive-version-ranges~ are wrong.  Reset them by evaluating:
-
-#+begin_src emacs-lisp
-  (progn
-    (persist-reset 'hyperdrive-hyperdrives)
-    (persist-save 'hyperdrive-hyperdrives)
-    (persist-reset 'hyperdrive-version-ranges)
-    (persist-save 'hyperdrive-version-ranges))
-#+end_src
-
 * Contributing/Getting help
 
 You're welcome to join our public XMPP chat room!
diff --git a/doc/hyperdrive.texi b/doc/hyperdrive.texi
index 4572a6e60b..f787d9c931 100644
--- a/doc/hyperdrive.texi
+++ b/doc/hyperdrive.texi
@@ -176,7 +176,6 @@ Tips
 Troubleshooting
 
 * Reinstall/upgrade the gateway::
-* Reset bad persist variables::
 
 Indices
 
@@ -1709,7 +1708,6 @@ to the relevant section in the @code{hyperdrive.el} 
manual.
 
 @menu
 * Reinstall/upgrade the gateway::
-* Reset bad persist variables::
 @end menu
 
 @node Reinstall/upgrade the gateway
@@ -1718,20 +1716,6 @@ to the relevant section in the @code{hyperdrive.el} 
manual.
 Please ensure that you have the expected version of the gateway by
 running @code{M-x hyperdrive-install}.
 
-@node Reset bad persist variables
-@section Reset bad persist variables
-
-It is possible that the persisted values of @code{hyperdrive-hyperdrives}
-and/or @code{hyperdrive-version-ranges} are wrong.  Reset them by evaluating:
-
-@lisp
-(progn
-  (persist-reset 'hyperdrive-hyperdrives)
-  (persist-save 'hyperdrive-hyperdrives)
-  (persist-reset 'hyperdrive-version-ranges)
-  (persist-save 'hyperdrive-version-ranges))
-@end lisp
-
 @node Contributing/Getting help
 @chapter Contributing/Getting help
 

Reply via email to