projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5a41b
)
; * doc/misc/use-package.texi: Fix misplaced @end group.
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 10 Dec 2022 20:25:04 +0000
(21:25 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 10 Dec 2022 20:25:04 +0000
(21:25 +0100)
doc/misc/use-package.texi
patch
|
blob
|
history
diff --git
a/doc/misc/use-package.texi
b/doc/misc/use-package.texi
index 7975138bd6fa067fa680ad7236d2dd6b5bbe37bd..4fd2882e109697847d3b0078f186196902074f13 100644
(file)
--- 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