I am new to Emacs and I am reading Elisp guide inside Emacs. I am at the Args as Variable or list chapter. There is listed below code-
(concat "The " (number-to-string (+ 2 value)) "red foxes.") value here is an integer set by some function.
Now I want to print fox instead of foxes if the list argument to the concat function returns 1. How can I do that?
+ 2, so unlessfill-columnis-1I don't see how you can get1out of that(+ 2 fill-column).C-h v fill-column RETonemacs -Qgives me70, for instance.