Procházet zdrojové kódy

Fix small typo in docstring.

Bastien Guerry před 15 roky
rodič
revize
8892fe3f04
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -181,7 +181,7 @@ this line."
 Possible values are:
 nil     never use them
 from    accept as input, do not present for editing
-t:      accept as input and present for editing"
+t       accept as input and present for editing"
   :group 'org-table-calculation
   :type '(choice
 	  (const :tag "Never, don't even check user input for them" nil)