aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2011-12-16 22:51:13 -0800
committerPaul Eggert2011-12-16 22:51:13 -0800
commit301b181a14b0f698c6aae05522e6f3401ea45a3c (patch)
treeec1696ff3532c3faf602fe928ee28929bb6a39a1 /doc
parent2adb6e857867449beb24faf7b361e7c3c3904c88 (diff)
downloademacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.tar.gz
emacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.zip
Spelling fixes.
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
41 41
42@vindex calendar-holiday-marker 42@vindex calendar-holiday-marker
43@vindex diary-entry-marker 43@vindex diary-entry-marker
44@vindex calenday-today-marker 44@vindex calendar-today-marker
45 The variable @code{calendar-holiday-marker} specifies how to mark a 45 The variable @code{calendar-holiday-marker} specifies how to mark a
46date as being a holiday. Its value may be a single-character string to 46date as being a holiday. Its value may be a single-character string to
47insert next to the date, or a face name to use for displaying the date. 47insert next to the date, or a face name to use for displaying the date.
48Likewise, the variable @code{diary-entry-marker} specifies how to mark a 48Likewise, the variable @code{diary-entry-marker} specifies how to mark a
49date that has diary entries, and @code{calenday-today-marker} is used by 49date that has diary entries, and @code{calendar-today-marker} is used by
50the function @code{calendar-mark-today} to mark today's date. By 50the function @code{calendar-mark-today} to mark today's date. By
51default, the calendar uses faces named @code{holiday}, @code{diary}, and 51default, the calendar uses faces named @code{holiday}, @code{diary}, and
52@code{calendar-today} for these purposes. 52@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
511repository, and register the VC fileset with it. 511repository, and register the VC fileset with it.
512 512
513@item 513@item
514If each file is registed and unlocked, lock it and make it writable, 514If each file is registered and unlocked, lock it and make it writable,
515so that you can begin to edit it. 515so that you can begin to edit it.
516 516
517@item 517@item
@@ -1880,7 +1880,7 @@ directory where the tags file was initially written. This way, you can
1880move an entire directory tree containing both the tags file and the 1880move an entire directory tree containing both the tags file and the
1881source files, and the tags file will still refer correctly to the source 1881source files, and the tags file will still refer correctly to the source
1882files. If the tags file is @file{-} or is in the @file{/dev} directory, 1882files. If the tags file is @file{-} or is in the @file{/dev} directory,
1883however, the file names are 1883however, the file names are
1884made relative to the current working directory. This is useful, for 1884made relative to the current working directory. This is useful, for
1885example, when writing the tags to @file{/dev/stdout}. 1885example, when writing the tags to @file{/dev/stdout}.
1886 1886
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}.
1677 1677
1678@var{bus} can be either the symbol @code{:system} or the symbol 1678@var{bus} can be either the symbol @code{:system} or the symbol
1679@code{:session}, or it can be a string denoting the address of the 1679@code{:session}, or it can be a string denoting the address of the
1680corresponding bus. For the system and session busses, this function 1680corresponding bus. For the system and session buses, this function
1681is called when loading @file{dbus.el}, there is no need to call it 1681is called when loading @file{dbus.el}, there is no need to call it
1682again. 1682again.
1683 1683