diff options
| author | Eli Zaretskii | 2022-01-11 17:17:05 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-01-11 17:17:05 +0200 |
| commit | 8564af99b0b6785fd66dc03c21ac0d805b62efe6 (patch) | |
| tree | 41e5cd1ebad99490000c401ea21c347d7f181459 | |
| parent | 46c1dd4cd54c5494a6e5c6e65abb2e105cf2e553 (diff) | |
| download | emacs-8564af99b0b6785fd66dc03c21ac0d805b62efe6.tar.gz emacs-8564af99b0b6785fd66dc03c21ac0d805b62efe6.zip | |
; * doc/emacs/haiku.texi (Haiku Basics): Fix typo and wording.
| -rw-r--r-- | doc/emacs/haiku.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/emacs/haiku.texi b/doc/emacs/haiku.texi index 5fc084d9229..eeae379e06a 100644 --- a/doc/emacs/haiku.texi +++ b/doc/emacs/haiku.texi | |||
| @@ -98,7 +98,7 @@ area instead. | |||
| 98 | 98 | ||
| 99 | @cindex X resources on Haiku | 99 | @cindex X resources on Haiku |
| 100 | Unlike the X window system, Haiku does not have a system-wide | 100 | Unlike the X window system, Haiku does not have a system-wide |
| 101 | resource database. Since many important options are are specified via | 101 | resource database. Since many important options are specified via |
| 102 | X resources (@pxref{X Resources}), an emulation is provided: upon | 102 | X resources (@pxref{X Resources}), an emulation is provided: upon |
| 103 | startup, Emacs will load a file named @file{GNU Emacs} inside the user | 103 | startup, Emacs will load a file named @file{GNU Emacs} inside the user |
| 104 | configuration directory (normally @file{/boot/home/config/settings}), | 104 | configuration directory (normally @file{/boot/home/config/settings}), |
| @@ -106,8 +106,7 @@ which should be a flattened system message where keys and values are | |||
| 106 | both strings, and correspond to attributes and their values | 106 | both strings, and correspond to attributes and their values |
| 107 | respectively. | 107 | respectively. |
| 108 | 108 | ||
| 109 | You can create such a file with the tool @code{xmlbmessage}, which is | 109 | You can create such a file with the @command{xmlbmessage} tool. |
| 110 | free software. | ||
| 111 | 110 | ||
| 112 | @subsection What to do when Emacs crashes | 111 | @subsection What to do when Emacs crashes |
| 113 | @cindex crashes, Haiku | 112 | @cindex crashes, Haiku |