summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/cal-xtra.texi4
-rw-r--r--doc/emacs/maintaining.texi4
-rw-r--r--doc/misc/dbus.texi2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi
index 6d20c92a6d9..2d2b32943f5 100644
--- a/doc/emacs/cal-xtra.texi
+++ b/doc/emacs/cal-xtra.texi
@@ -41,12 +41,12 @@ customize the variables @code{calendar-intermonth-header} and
@vindex calendar-holiday-marker
@vindex diary-entry-marker
-@vindex calenday-today-marker
+@vindex calendar-today-marker
The variable @code{calendar-holiday-marker} specifies how to mark a
date as being a holiday. Its value may be a single-character string to
insert next to the date, or a face name to use for displaying the date.
Likewise, the variable @code{diary-entry-marker} specifies how to mark a
-date that has diary entries, and @code{calenday-today-marker} is used by
+date that has diary entries, and @code{calendar-today-marker} is used by
the function @code{calendar-mark-today} to mark today's date. By
default, the calendar uses faces named @code{holiday}, @code{diary}, and
@code{calendar-today} for these purposes.
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index eed14c07216..9d788fa7192 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -511,7 +511,7 @@ that system; otherwise, prompt for a repository type, create a new
repository, and register the VC fileset with it.
@item
-If each file is registed and unlocked, lock it and make it writable,
+If each file is registered and unlocked, lock it and make it writable,
so that you can begin to edit it.
@item
@@ -1880,7 +1880,7 @@ directory where the tags file was initially written. This way, you can
move an entire directory tree containing both the tags file and the
source files, and the tags file will still refer correctly to the source
files. If the tags file is @file{-} or is in the @file{/dev} directory,
-however, the file names are
+however, the file names are
made relative to the current working directory. This is useful, for
example, when writing the tags to @file{/dev/stdout}.
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi
index 06a52107d71..f515109bf76 100644
--- a/doc/misc/dbus.texi
+++ b/doc/misc/dbus.texi
@@ -1677,7 +1677,7 @@ Establish the connection to D-Bus @var{bus}.
@var{bus} can be either the symbol @code{:system} or the symbol
@code{:session}, or it can be a string denoting the address of the
-corresponding bus. For the system and session busses, this function
+corresponding bus. For the system and session buses, this function
is called when loading @file{dbus.el}, there is no need to call it
again.