Explorar o código

Escape parenthesis at bol in docstring

Carsten Dominik %!s(int64=14) %!d(string=hai) anos
pai
achega
6d889cc363
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/ob-exp.el

+ 1 - 1
lisp/ob-exp.el

@@ -54,7 +54,7 @@ line. A source block is considered to be a source block function
 if the source name is present and is followed by a parenthesized
 argument list. The parentheses may be empty or contain
 whitespace. An example is the following which generates n random
-(uniform) numbers.
+\(uniform) numbers.
 
 #+source: rand(n)
 #+begin_src R