]> code.delx.au - gnu-emacs/blobdiff - lisp/msb.el
Escape ` and ' in doc
[gnu-emacs] / lisp / msb.el
index 474d76bf6ca94611677a8f776598b292beaef843..b717dcc8cd9ad6f341becb54ae31897945788501 100644 (file)
@@ -1,6 +1,6 @@
 ;;; msb.el --- customizable buffer-selection with multiple menus
 
-;; Copyright (C) 1993-1995, 1997-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1993-1995, 1997-2015 Free Software Foundation, Inc.
 
 ;; Author: Lars Lindberg <lars.lindberg@home.se>
 ;; Maintainer: emacs-devel@gnu.org
@@ -745,8 +745,8 @@ to the buffer-list variable in FUNCTION-INFO."
            (msb--add-to-menu buffer info max-buffer-name-length)))
       (error (unless msb--error
               (setq msb--error
-                    (format
-                     "In msb-menu-cond, error for buffer `%s'."
+                    (format-message
+                     "In msb-menu-cond, error for buffer ā€˜%sā€™."
                      (buffer-name buffer)))
               (error "%s" msb--error))))))
 
@@ -777,7 +777,7 @@ SORT-PREDICATE.
 
 Example:
 \(msb--aggregate-alist
- '((a . a1) (a . a2) (b . b1) (c . c3) (a . a4) (a . a3) (b . b3) (b . b2))
\\='((a . a1) (a . a2) (b . b1) (c . c3) (a . a4) (a . a3) (b . b3) (b . b2))
  (function string=)
  (lambda (item1 item2)
    (string< (symbol-name item1) (symbol-name item2))))