]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-yank.el
; Merge from origin/emacs-24
[gnu-emacs] / lisp / calc / calc-yank.el
index 726a7202a8ade78aedf2f04389eeabd6d63e02c6..923df5d577f1531d452c7f4172ab51157b78bbdd 100644 (file)
@@ -149,7 +149,7 @@ as well as set the contents of the Emacs register REGISTER to TEXT."
   "Return the CALCVAL portion of the contents of the Calc register REG,
 unless the TEXT portion doesn't match the contents of the Emacs register REG,
 in which case either return the contents of the Emacs register (if it is
-text) or `nil'."
+text) or nil."
   (let ((cval (cdr (assq reg calc-register-alist)))
         (val (cdr (assq reg register-alist))))
     (if (stringp val)