fix typos
parent
12db0db00b
commit
f9e4783f75
|
@ -472,7 +472,7 @@ maimed until it worked on emacs 24."
|
||||||
"Displays the help text."
|
"Displays the help text."
|
||||||
(interactive)
|
(interactive)
|
||||||
;; yes lets embed this shit in the source code haha epic
|
;; yes lets embed this shit in the source code haha epic
|
||||||
(let ((help "hi this help pleased to meet ye 8)
|
(let ((help "hi this is help pleased to meet ye 8)
|
||||||
|
|
||||||
Please note the keys described below apply to thread and index buffers,
|
Please note the keys described below apply to thread and index buffers,
|
||||||
not this help page.
|
not this help page.
|
||||||
|
@ -607,7 +607,7 @@ Thats about it for now.
|
||||||
(incf count))
|
(incf count))
|
||||||
(bbj-postprocess)
|
(bbj-postprocess)
|
||||||
(setq header-line-format (format
|
(setq header-line-format (format
|
||||||
"%d posts. Press Control+h then spacebar for help."
|
"%d posts. g to refresh. Control+h then spacebar for help."
|
||||||
count)))
|
count)))
|
||||||
(switch-to-buffer buffer)
|
(switch-to-buffer buffer)
|
||||||
(setq buffer-read-only t)))
|
(setq buffer-read-only t)))
|
||||||
|
|
Loading…
Reference in New Issue