aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-26 06:08:42 +0000
committerEli Zaretskii2000-08-26 06:08:42 +0000
commit320a028da29a8691ba07da0b82be4911e68e97ed (patch)
treef2711764536d70fafce2c2684edfcd227e684ec8
parent585afdb3b403871697dfef3fd7bb7cd6bc373cbd (diff)
downloademacs-320a028da29a8691ba07da0b82be4911e68e97ed.tar.gz
emacs-320a028da29a8691ba07da0b82be4911e68e97ed.zip
Fix a typo.
-rw-r--r--man/display.texi2
-rw-r--r--man/misc.texi2
-rw-r--r--man/programs.texi2
3 files changed, 3 insertions, 3 deletions
diff --git a/man/display.texi b/man/display.texi
index 87d9f1b0924..243ca883c8a 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -131,7 +131,7 @@ By default, @code{scroll-conservatively} is 0.
131@cindex aggressive scrolling 131@cindex aggressive scrolling
132@vindex scroll-up-aggressively 132@vindex scroll-up-aggressively
133@vindex scroll-down-aggressively 133@vindex scroll-down-aggressively
134 If you prefer a more aggresive scrolling, customize the values of the 134 If you prefer a more aggressive scrolling, customize the values of the
135variables @code{scroll-up-aggressively} and 135variables @code{scroll-up-aggressively} and
136@code{scroll-down-aggressively}. The value of 136@code{scroll-down-aggressively}. The value of
137@code{scroll-up-aggressively} should be either nil or a fraction @var{f} 137@code{scroll-up-aggressively} should be either nil or a fraction @var{f}
diff --git a/man/misc.texi b/man/misc.texi
index 9f7c4df0380..74e49da5292 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -1180,7 +1180,7 @@ buffers which still have a client are killed when you are done with
1180them, unless they were already present before Emacs Server visited 1180them, unless they were already present before Emacs Server visited
1181them. This overrides the effect of the @code{server-temp-file-regexp} 1181them. This overrides the effect of the @code{server-temp-file-regexp}
1182variable. By default, @code{server-kill-new-buffers} has a non-nil 1182variable. By default, @code{server-kill-new-buffers} has a non-nil
1183value; set it to nil if you want the old behavior giverned by 1183value; set it to nil if you want the old behavior governed by
1184@code{server-temp-file-regexp}. 1184@code{server-temp-file-regexp}.
1185 1185
1186 If you run @code{emacsclient} with the option @samp{--no-wait}, it 1186 If you run @code{emacsclient} with the option @samp{--no-wait}, it
diff --git a/man/programs.texi b/man/programs.texi
index 8909a205b9f..ffd08d17f5c 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1788,7 +1788,7 @@ entry.
1788non-nil, the file's version number is automatically added to change log 1788non-nil, the file's version number is automatically added to change log
1789entries. The search for the file's version number is performed based on 1789entries. The search for the file's version number is performed based on
1790regular expressions from the variable 1790regular expressions from the variable
1791@code{change-log-version-number-regexp-list}, which can be cutsomized 1791@code{change-log-version-number-regexp-list}, which can be customized
1792(versions of files that are under version control systems are known to 1792(versions of files that are under version control systems are known to
1793Emacs through the version-control interface). 1793Emacs through the version-control interface).
1794 1794