diff options
| author | Paul Eggert | 2011-12-16 22:51:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-16 22:51:13 -0800 |
| commit | 301b181a14b0f698c6aae05522e6f3401ea45a3c (patch) | |
| tree | ec1696ff3532c3faf602fe928ee28929bb6a39a1 /doc | |
| parent | 2adb6e857867449beb24faf7b361e7c3c3904c88 (diff) | |
| download | emacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.tar.gz emacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.zip | |
Spelling fixes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/cal-xtra.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 4 | ||||
| -rw-r--r-- | doc/misc/dbus.texi | 2 |
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 |
| 46 | date as being a holiday. Its value may be a single-character string to | 46 | date as being a holiday. Its value may be a single-character string to |
| 47 | insert next to the date, or a face name to use for displaying the date. | 47 | insert next to the date, or a face name to use for displaying the date. |
| 48 | Likewise, the variable @code{diary-entry-marker} specifies how to mark a | 48 | Likewise, the variable @code{diary-entry-marker} specifies how to mark a |
| 49 | date that has diary entries, and @code{calenday-today-marker} is used by | 49 | date that has diary entries, and @code{calendar-today-marker} is used by |
| 50 | the function @code{calendar-mark-today} to mark today's date. By | 50 | the function @code{calendar-mark-today} to mark today's date. By |
| 51 | default, the calendar uses faces named @code{holiday}, @code{diary}, and | 51 | default, 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 | |||
| 511 | repository, and register the VC fileset with it. | 511 | repository, and register the VC fileset with it. |
| 512 | 512 | ||
| 513 | @item | 513 | @item |
| 514 | If each file is registed and unlocked, lock it and make it writable, | 514 | If each file is registered and unlocked, lock it and make it writable, |
| 515 | so that you can begin to edit it. | 515 | so 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 | |||
| 1880 | move an entire directory tree containing both the tags file and the | 1880 | move an entire directory tree containing both the tags file and the |
| 1881 | source files, and the tags file will still refer correctly to the source | 1881 | source files, and the tags file will still refer correctly to the source |
| 1882 | files. If the tags file is @file{-} or is in the @file{/dev} directory, | 1882 | files. If the tags file is @file{-} or is in the @file{/dev} directory, |
| 1883 | however, the file names are | 1883 | however, the file names are |
| 1884 | made relative to the current working directory. This is useful, for | 1884 | made relative to the current working directory. This is useful, for |
| 1885 | example, when writing the tags to @file{/dev/stdout}. | 1885 | example, 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 |
| 1680 | corresponding bus. For the system and session busses, this function | 1680 | corresponding bus. For the system and session buses, this function |
| 1681 | is called when loading @file{dbus.el}, there is no need to call it | 1681 | is called when loading @file{dbus.el}, there is no need to call it |
| 1682 | again. | 1682 | again. |
| 1683 | 1683 | ||