emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/gtags-mode 292edc9795 2/2: Fix right quotes


From: ELPA Syncer
Subject: [elpa] externals/gtags-mode 292edc9795 2/2: Fix right quotes
Date: Thu, 12 May 2022 21:57:37 -0400 (EDT)

branch: externals/gtags-mode
commit 292edc9795db1a6e9746358294498b53ba2eed89
Author: Jimmy Aguilar Mena <kratsbinovish@gmail.com>
Commit: Jimmy Aguilar Mena <kratsbinovish@gmail.com>

    Fix right quotes
---
 Readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Readme.md b/Readme.md
index 6b30af0505..01c3daf32d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -36,8 +36,8 @@ or simply
 
 ```elisp
 (unless (fboundp 'gtags-mode)
-       (autoload #´gtags-mode "gtags-mode" nil t))
-(add-hook 'emacs-startup-hook #´gtags-mode)
+       (autoload #'gtags-mode "gtags-mode" nil t))
+(add-hook 'emacs-startup-hook #'gtags-mode)
 ```
 
 There are only 3 extra commands that the user may need to know:



reply via email to

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