[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 0575fd9 2/2: Fix documentation for 'eudc-options-fi
From: |
Thomas Fitzsimmons |
Subject: |
[Emacs-diffs] master 0575fd9 2/2: Fix documentation for 'eudc-options-file' |
Date: |
Tue, 1 Nov 2016 09:17:05 +0000 (UTC) |
branch: master
commit 0575fd95d0b92a9a0ebff8df183a449190f74dbc
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>
Fix documentation for 'eudc-options-file'
* doc/misc/eudc.texi (The Server Hotlist): Update the default
value of 'eudc-options-file'.
---
doc/misc/eudc.texi | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/doc/misc/eudc.texi b/doc/misc/eudc.texi
index 87cfab6..1bbb108 100644
--- a/doc/misc/eudc.texi
+++ b/doc/misc/eudc.texi
@@ -783,12 +783,11 @@ Add the current server to the hotlist of servers
@end deffn
@defvar eudc-options-file
-The name of a file where EUDC stores its internal variables
-(the hotlist and the current server). EUDC will try to load
-that file upon initialization so, if you choose a file name
-different from the defaults @file{~/.eudc-options}, be sure to set this
-variable to the appropriate value @emph{before} EUDC is itself
-loaded.
+The name of a file where EUDC stores its internal variables (the
+hotlist and the current server). EUDC will try to load that file upon
+initialization so, if you choose a file name different from the
+defaults @file{~/.emacs.d/eudc-options}, be sure to set this variable
+to the appropriate value @emph{before} EUDC is itself loaded.
@end defvar
@menu