summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ebrowse.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-04 14:53:16 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-04 14:53:16 +0200
commit65df97f361ace8b7f272d050b56389eeb1a08b03 (patch)
treee0ccaf87ccef5ece3349f2005a1a3259919fc06c /lisp/progmodes/ebrowse.el
parenta5f5f6c0ab5fd088f827eb53dac5dd3bcdace3f5 (diff)
downloademacs-65df97f361ace8b7f272d050b56389eeb1a08b03.tar.gz
* lisp/progmodes/ebrowse.el (ebrowse-tree-mode): Fix typo.
Diffstat (limited to 'lisp/progmodes/ebrowse.el')
-rw-r--r--lisp/progmodes/ebrowse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el
index 16069f75aeb..16b2f3ff503 100644
--- a/lisp/progmodes/ebrowse.el
+++ b/lisp/progmodes/ebrowse.el
@@ -996,7 +996,7 @@ if for some reason a circle is in the inheritance graph."
Each line corresponds to a class in a class tree.
Letters do not insert themselves, they are commands.
File operations in the tree buffer work on class tree data structures.
-E.g.\\[save-buffer] writes the tree to the file it was loaded from.
+E.g. \\[save-buffer] writes the tree to the file it was loaded from.
Tree mode key bindings:
\\{ebrowse-tree-mode-map}"