aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-01-11 17:17:05 +0200
committerEli Zaretskii2022-01-11 17:17:05 +0200
commit8564af99b0b6785fd66dc03c21ac0d805b62efe6 (patch)
tree41e5cd1ebad99490000c401ea21c347d7f181459
parent46c1dd4cd54c5494a6e5c6e65abb2e105cf2e553 (diff)
downloademacs-8564af99b0b6785fd66dc03c21ac0d805b62efe6.tar.gz
emacs-8564af99b0b6785fd66dc03c21ac0d805b62efe6.zip
; * doc/emacs/haiku.texi (Haiku Basics): Fix typo and wording.
-rw-r--r--doc/emacs/haiku.texi5
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
101resource database. Since many important options are are specified via 101resource database. Since many important options are specified via
102X resources (@pxref{X Resources}), an emulation is provided: upon 102X resources (@pxref{X Resources}), an emulation is provided: upon
103startup, Emacs will load a file named @file{GNU Emacs} inside the user 103startup, Emacs will load a file named @file{GNU Emacs} inside the user
104configuration directory (normally @file{/boot/home/config/settings}), 104configuration directory (normally @file{/boot/home/config/settings}),
@@ -106,8 +106,7 @@ which should be a flattened system message where keys and values are
106both strings, and correspond to attributes and their values 106both strings, and correspond to attributes and their values
107respectively. 107respectively.
108 108
109You can create such a file with the tool @code{xmlbmessage}, which is 109You can create such a file with the @command{xmlbmessage} tool.
110free 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