aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2001-07-06 16:47:26 +0000
committerEli Zaretskii2001-07-06 16:47:26 +0000
commit21457453c9bd1a6d60a30dcefcf64bac9318a721 (patch)
tree734de22845815a341305cba98795e6c3dcf4d4b4 /src
parent36b40a8aa8c0fffeba3b292f831d404b0475740a (diff)
downloademacs-21457453c9bd1a6d60a30dcefcf64bac9318a721.tar.gz
emacs-21457453c9bd1a6d60a30dcefcf64bac9318a721.zip
(syms_of_dosfns): Add \n\ at the end of a line in the
doc string line for dos-timezone-offset.
Diffstat (limited to 'src')
-rw-r--r--src/dosfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosfns.c b/src/dosfns.c
index 2ae1daf3591..f67a2450a26 100644
--- a/src/dosfns.c
+++ b/src/dosfns.c
@@ -588,7 +588,7 @@ The following are known:\n\
588 865 Norway/Denmark"); 588 865 Norway/Denmark");
589 589
590 DEFVAR_INT ("dos-timezone-offset", &dos_timezone_offset, 590 DEFVAR_INT ("dos-timezone-offset", &dos_timezone_offset,
591 "The current timezone offset to UTC in minutes. 591 "The current timezone offset to UTC in minutes.\n\
592Implicitly modified when the TZ variable is changed."); 592Implicitly modified when the TZ variable is changed.");
593 593
594 DEFVAR_LISP ("dos-version", &Vdos_version, 594 DEFVAR_LISP ("dos-version", &Vdos_version,