emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] fix/bug-31311-pcase-doc 42ee34d 07/16: add comment: pine


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 42ee34d 07/16: add comment: pine for ‘backquote’ first in generated docs; nfc
Date: Sun, 13 May 2018 13:16:34 -0400 (EDT)

branch: fix/bug-31311-pcase-doc
commit 42ee34ded5e4f00e315f559a967024afdd162ba8
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    add comment: pine for ‘backquote’ first in generated docs; nfc
---
 lisp/emacs-lisp/pcase.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el
index a0ebec1..4c18055 100644
--- a/lisp/emacs-lisp/pcase.el
+++ b/lisp/emacs-lisp/pcase.el
@@ -206,6 +206,9 @@ Emacs Lisp manual for more information and examples."
     (require 'help-fns)
     (with-temp-buffer
       (insert (or (cdr ud) main))
+      ;; Presentation Note: For conceptual continuity, it
+      ;; would be nice to guarantee that backquote comes first.
+      ;; The order of other extensions is unimportant, however.
       (mapatoms
        (lambda (symbol)
          (let ((me (get symbol 'pcase-macroexpander)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]