LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Is default-tab-width a emacs function? (https://www.linuxquestions.org/questions/linux-newbie-8/is-default-tab-width-a-emacs-function-803499/)

cola 04-22-2010 07:28 AM

Is default-tab-width a emacs function?
 
Which is correct?
Code:

(setq default-tab-width 4)
Or
Code:

(setq-default tab-width 4)
I got these in two web sites.

From emacs window:
C-h f and default-tab-width ,no match
C-h f and tab-width,no match

How would to get info about it in emacs documentation/manual?

Tinkster 04-22-2010 01:13 PM

That is actually part of the emacs manual.

Do you ever bother to google stuff?


All times are GMT -5. The time now is 08:21 AM.