summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2011-07-01 11:45:24 +0300
committerEli Zaretskii <eliz@gnu.org>2011-07-01 11:45:24 +0300
commit7e2ad32c19096fb9a86fbb88f7e7b1ed90a332e9 (patch)
treec6b99e45b004ecf2a99a3cc5c6efe988cef74d93 /lisp
parenta1344e7d125a094bf49460f1a356f98fa86a8f9f (diff)
downloademacs-7e2ad32c19096fb9a86fbb88f7e7b1ed90a332e9.tar.gz
Fix typos in comments. Use xassert.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/buff-menu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index 00340e5937b..57eab6755c8 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -268,7 +268,7 @@ Letters do not insert themselves; instead, they are commands.
(setq truncate-lines t)
(setq buffer-read-only t)
;; Force L2R direction, to avoid messing the display if the first
- ;; buffer in the list happens to begin with a string R2L character.
+ ;; buffer in the list happens to begin with a strong R2L character.
(setq bidi-paragraph-direction 'left-to-right))
(define-obsolete-variable-alias 'buffer-menu-mode-hook
@@ -817,7 +817,7 @@ For more information, see the function `buffer-menu'."
(erase-buffer)
(setq standard-output (current-buffer))
;; Force L2R direction, to avoid messing the display if the
- ;; first buffer in the list happens to begin with a string R2L
+ ;; first buffer in the list happens to begin with a strong R2L
;; character.
(setq bidi-paragraph-direction 'left-to-right)
(unless Buffer-menu-use-header-line