]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/eshell/esh-arg.el (eshell-prepare-splice): Fix quoting.
authorRobert Pluim <rpluim@gmail.com>
Mon, 23 Jan 2023 10:33:23 +0000 (11:33 +0100)
committerRobert Pluim <rpluim@gmail.com>
Mon, 23 Jan 2023 10:37:01 +0000 (11:37 +0100)
lisp/eshell/esh-arg.el

index c17a8fb8c4ffff1dc4f670c0463f09e21b9df02c..6c882471aee7e01ed4e57af033659205c7bee823 100644 (file)
@@ -554,8 +554,9 @@ and if found, returns a grouped list like:
   ((list arg-1) (list arg-2) spliced-arg-3 ...)
 
 This allows callers of this function to build the final spliced
-list by concatenating each element together, e.g. with (apply
-#'append grouped-list).
+list by concatenating each element together, e.g. with
+
+   (apply #\\='append grouped-list)
 
 If no argument requested a splice, return nil."
   (let* ((splicep nil)