Explorar o código

org-fixup.el (org-fixup): Fix tiny typo.

Bastien Guerry %!s(int64=13) %!d(string=hai) anos
pai
achega
6e2838745c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UTILITIES/org-fixup.el

+ 1 - 1
UTILITIES/org-fixup.el

@@ -185,7 +185,7 @@ oldorg:	# do what the old Makfile did by default
 		      (setq org-version (substring git0 8))
 		    (setq org-version git0))))
 	    (cd origin)))))
-    (message "org-fixup.el: redefined org version.")
+    (message "org-fixup.el: redefined Org version")
     `(progn
        (defun org-release () ,org-version)
        (defun org-git-version () ,org-git-version))))