summaryrefslogtreecommitdiff
path: root/lisp/dos-vars.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/dos-vars.el')
-rw-r--r--lisp/dos-vars.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/dos-vars.el b/lisp/dos-vars.el
index 2f7b3760e3f..7fcbb56d224 100644
--- a/lisp/dos-vars.el
+++ b/lisp/dos-vars.el
@@ -34,9 +34,9 @@
:type '(repeat string))
(defcustom dos-codepage-setup-hook nil
- "List of functions to be called after the DOS terminal and coding
-systems are set up. This is the place, e.g., to set specific entries
-in `standard-display-table' as appropriate for your codepage, if
+ "List of functions to call after setting up DOS terminal and coding systems.
+This is the place, e.g., to set specific entries in
+`standard-display-table' as appropriate for your codepage, if
`IT-display-table-setup' doesn't do a perfect job."
:type '(hook)
:version "20.3.3")