Fix typo
This commit is contained in:
parent
cc52a4c1f1
commit
e22a3478e2
@ -4933,7 +4933,7 @@ Listing [[lst:bug-reference-mode]] configures ~bug-reference-mode~ for use with
|
|||||||
(defvar bug-reference-url-format
|
(defvar bug-reference-url-format
|
||||||
"https://debbugs.gnu.org/cgi/bugreport.cgi?bug=%s"
|
"https://debbugs.gnu.org/cgi/bugreport.cgi?bug=%s"
|
||||||
"Format to use `gnu-debbugs' URL.")
|
"Format to use `gnu-debbugs' URL.")
|
||||||
(put 'bug-reference-mode 'safe-local-variable 'booleanp))
|
(put 'bug-reference-mode 'safe-local-variable 'booleanp)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** [[info:elisp#Debugging][Debugging Emacs Lisp (info)]]
|
*** [[info:elisp#Debugging][Debugging Emacs Lisp (info)]]
|
||||||
|
Loading…
Reference in New Issue
Block a user