aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/buff-menu.el
diff options
context:
space:
mode:
authorEli Zaretskii2011-07-01 11:45:24 +0300
committerEli Zaretskii2011-07-01 11:45:24 +0300
commit7e2ad32c19096fb9a86fbb88f7e7b1ed90a332e9 (patch)
treec6b99e45b004ecf2a99a3cc5c6efe988cef74d93 /lisp/buff-menu.el
parenta1344e7d125a094bf49460f1a356f98fa86a8f9f (diff)
downloademacs-7e2ad32c19096fb9a86fbb88f7e7b1ed90a332e9.tar.gz
emacs-7e2ad32c19096fb9a86fbb88f7e7b1ed90a332e9.zip
Fix typos in comments. Use xassert.
Diffstat (limited to 'lisp/buff-menu.el')
-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.
268 (setq truncate-lines t) 268 (setq truncate-lines t)
269 (setq buffer-read-only t) 269 (setq buffer-read-only t)
270 ;; Force L2R direction, to avoid messing the display if the first 270 ;; Force L2R direction, to avoid messing the display if the first
271 ;; buffer in the list happens to begin with a string R2L character. 271 ;; buffer in the list happens to begin with a strong R2L character.
272 (setq bidi-paragraph-direction 'left-to-right)) 272 (setq bidi-paragraph-direction 'left-to-right))
273 273
274(define-obsolete-variable-alias 'buffer-menu-mode-hook 274(define-obsolete-variable-alias 'buffer-menu-mode-hook
@@ -817,7 +817,7 @@ For more information, see the function `buffer-menu'."
817 (erase-buffer) 817 (erase-buffer)
818 (setq standard-output (current-buffer)) 818 (setq standard-output (current-buffer))
819 ;; Force L2R direction, to avoid messing the display if the 819 ;; Force L2R direction, to avoid messing the display if the
820 ;; first buffer in the list happens to begin with a string R2L 820 ;; first buffer in the list happens to begin with a strong R2L
821 ;; character. 821 ;; character.
822 (setq bidi-paragraph-direction 'left-to-right) 822 (setq bidi-paragraph-direction 'left-to-right)
823 (unless Buffer-menu-use-header-line 823 (unless Buffer-menu-use-header-line