emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 29b9aeae32a: ; * doc/misc/use-package.texi: Fix misplaced @end


From: Stefan Kangas
Subject: emacs-29 29b9aeae32a: ; * doc/misc/use-package.texi: Fix misplaced @end group.
Date: Sat, 10 Dec 2022 15:25:39 -0500 (EST)

branch: emacs-29
commit 29b9aeae32acd951aeeed8001bf349800d4e5db4
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * doc/misc/use-package.texi: Fix misplaced @end group.
---
 doc/misc/use-package.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi
index 7975138bd6f..4fd2882e109 100644
--- a/doc/misc/use-package.texi
+++ b/doc/misc/use-package.texi
@@ -1720,9 +1720,8 @@ If you need to silence a missing function warning, you 
can use
   (defun my-ruby-mode-hook ()
     (require 'inf-ruby)
     (inf-ruby-keys))
-@end group
-
   (add-hook 'ruby-mode-hook 'my-ruby-mode-hook))
+@end group
 @end lisp
 
 @findex :no-require



reply via email to

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