]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/misc/use-package.texi: Fix misplaced @end group.
authorStefan Kangas <stefankangas@gmail.com>
Sat, 10 Dec 2022 20:25:04 +0000 (21:25 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 10 Dec 2022 20:25:04 +0000 (21:25 +0100)
doc/misc/use-package.texi

index 7975138bd6fa067fa680ad7236d2dd6b5bbe37bd..4fd2882e109697847d3b0078f186196902074f13 100644 (file)
@@ -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