summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2026-01-01 20:58:41 +0200
committerGitHub <noreply@github.com>2026-01-01 20:58:41 +0200
commit0627435a98f2214f2983ffe79c24e7809c58f060 (patch)
tree1eaa542d51cb8331b3263b610a69003cf0b366f2
parentda246bba4439271bff04fca6ea4aaba5bad3ca4b (diff)
parentf8a5b52db6e12fd71aebfc7d9ffb7e3edff551ee (diff)
Merge pull request #2895 from a3a3el/bugfix/two-documentation-fixes/v1
Some small documentation fixes
-rw-r--r--NEWS.org10
-rw-r--r--man/mu-labels.1.org2
-rw-r--r--man/mu-query.7.org2
-rw-r--r--man/mu-scm.1.org2
4 files changed, 8 insertions, 8 deletions
diff --git a/NEWS.org b/NEWS.org
index 15cfac2..7dd0637 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -312,11 +312,11 @@
- 1.12.14: add ~mu4e-quit-hook~, a hook is just before quitting mu4e. See its
docstring for details.
- - 1.12.14: add ~mu4e-dbus-mode~, an experimental minor mode which, if enabled on an Emacs
- with DBus-support, exposes some of Mu4e's state (such as the the
- read/unread counts of bookmarked queries) on the DBus session bus.
- See [[info:mu4e#DBus
- service][DBus service]] in the mu4e manual for further details.
+ - 1.12.14: add ~mu4e-dbus-mode~, an experimental minor mode which, if
+ enabled on an Emacs with DBus-support, exposes some of Mu4e's state (such
+ as the read/unread counts of bookmarked queries) on the DBus session bus.
+ See [[info:mu4e#DBus service][DBus service]] in the mu4e manual for further details.
+
*** scm
- 1.12.12: add new guile/scheme binding in ~scm/~. These are to replace the
diff --git a/man/mu-labels.1.org b/man/mu-labels.1.org
index b6a8708..e71bc98 100644
--- a/man/mu-labels.1.org
+++ b/man/mu-labels.1.org
@@ -91,7 +91,7 @@ the actual labels as seen in the store.
The *export* command takes the labels in the store and the messages they apply to,
and writes this information to a file. You can *import* this file later, to
restore the labels. The command takes a path to a file or a directory (ending in
-'/') as its argument.
+`/') as its argument.
If a file is specified, *mu* writes the export to it.
diff --git a/man/mu-query.7.org b/man/mu-query.7.org
index 2483d5a..88adbf1 100644
--- a/man/mu-query.7.org
+++ b/man/mu-query.7.org
@@ -166,7 +166,7 @@ can write
#+begin_example
mu find 'subject:/hello\\040world/'
#+end_example
-(with the \\040 specifying a space in the regular expression, and and extra `\\'
+(with the \\040 specifying a space in the regular expression, and an extra `\\'
to escape it). In many cases,
#+begin_example
mu find 'subject:/hello.world/'
diff --git a/man/mu-scm.1.org b/man/mu-scm.1.org
index 90fe4df..b29dce6 100644
--- a/man/mu-scm.1.org
+++ b/man/mu-scm.1.org
@@ -4,7 +4,7 @@
* NAME
-*mu scm* - bindings and shell for the GNU Guile programming language.
+mu-scm - bindings and shell for the GNU Guile programming language.
* SYNOPSIS