Explorar el Código

Fix docstring typo

* lisp/org.el (org-align-all-tags): Fix typo in docstring.
Kyle Meyer hace 9 años
padre
commit
dd9be3a6ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -14980,7 +14980,7 @@ If DATA is nil or the empty string, any tags will be removed."
 	  (delete-region (match-beginning 1) (match-end 1))))))
 
 (defun org-align-all-tags ()
-  "Align the tags i all headings."
+  "Align the tags in all headings."
   (interactive)
   (save-excursion
     (or (ignore-errors (org-back-to-heading t))