org-verbatim, not org-verbose

I'm assuming this is a typo, because I see only in org verbatim in the orgmode
manual - http://orgmode.org/org.html#Emphasis-and-monospace
This commit is contained in:
Swaroop C H 2017-08-24 12:39:54 -07:00 committed by syl20bnr
parent c913ae784e
commit 0b01b5d2e2
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ Will work on both org-mode and any mode that accepts plain html."
"xr" (spacemacs|org-emphasize spacemacs/org-clear ? )
"xs" (spacemacs|org-emphasize spacemacs/org-strike-through ?+)
"xu" (spacemacs|org-emphasize spacemacs/org-underline ?_)
"xv" (spacemacs|org-emphasize spacemacs/org-verbose ?=))
"xv" (spacemacs|org-emphasize spacemacs/org-verbatim ?=))
;; Add global evil-leader mappings. Used to access org-agenda
;; functionalities and a few others commands from any other mode.